home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’90 / A⁄Rose Techniques / Read Me < prev   
Encoding:
Text File  |  1990-06-13  |  1015 b   |  25 lines  |  [TEXT/MPS ]

  1. What is this stuff anyway?
  2.  
  3. Most of this stuff relates to A/ROSE, the Apple Real-time Operating System
  4. Environment.  Some of it may be of interest to others as well.
  5.  
  6. FunMacros.h    - Some macros sometimes used with A/ROSE.  Perhaps you'll like them
  7.               for other things as well.
  8.  
  9. MiddleMan.c    - Demonstrates a "middleman"-type task running on A/ROSE.  That is,
  10.               a task that receives requests from clients and in turn makes
  11.               requests of another server - a bit like protocol layers.  Without
  12.               doing anything useful, this demonstrates some useful techniques.
  13.  
  14. Interrupt.c    - Demonstrates some techniques used in conjunction with interrupt
  15.               routines on A/ROSE.
  16.  
  17. ClTool        - A folder containing the source (and binary) for the MPW tool,
  18.               Clister that prints C listings with format controls (note include
  19.               file clister.h).
  20.  
  21. 'Presentation Outline'    - Outline of prepared presentation.  Most useful info
  22.               here is the APDA part numbers for ordering MCP-A/ROSE stuff.
  23.  
  24. 'Read Me'    - This file, of course.
  25.